GET PlanCare2Api/Goals?careplanIds[0]={careplanIds[0]}&careplanIds[1]={careplanIds[1]}
Retrieve all goals for the selected careplans.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| careplanIds |
The ids of the careplans for which to fetch the goals. |
Collection of integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of goals from all care demands that belong to the careplans.
Collection of Goal| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The internal id of the goal. |
integer |
None |
| Description |
The description of the goal. |
string |
None |
| InitialSituation |
The description of the initial situation. |
string |
None |
| TargetSituation |
The description of the desired situation. |
string |
None |
| ClientId |
The id of the client. |
integer |
None |
| ClientplanId |
The id of the clientplan. |
integer |
None |
| Status |
The status of the goal. |
ClientplanPartGoalStatus |
None |
| StatusDate |
The status date of the goal. |
date |
None |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.